Microsoft® Script Debugger Code Window |
| Home |
|
Use the Code window to display and debug scripting code. You can open as many Code windows as you have files in the Project Explorer, so you can easily view and debug the code in different scripts and files.Open a Code window by double-clicking a file name in the Project Explorer. After the Code window is displayed, any attempt to edit in the Code window will generate a prompt that asks if you want to open the file for editing. If you click Yes, an Edit window opens containing the same file that's displayed in the Code window.
The Code window has the following elements:
Client Area
The main area of the Code window where code is displayed and debugged.
Margin Indicator
The gray area on the left side of the Code window where margin indicators are displayed.The following margin indicators can appear while you are debugging your code:
indicates a breakpoint.
indicates the current execution point.
indicates the point at which a call was made to a procedure currently in the Call Stack.